Skip to content

actions: fix container image binary version#6

Merged
fgiudici merged 2 commits intomainfrom
issue5
Feb 13, 2026
Merged

actions: fix container image binary version#6
fgiudici merged 2 commits intomainfrom
issue5

Conversation

@fgiudici
Copy link
Copy Markdown
Owner

Fixes #5

Fixes #5

Signed-off-by: Francesco Giudici <dev@foggy.day>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Quay image build workflow to pass version/commit metadata into the container build so the binary inside the published image can report the correct --version value (Fixes #5).

Changes:

  • Add a version output when crafting image tags (from github.ref_name or workflow_dispatch input).
  • Pass VERSION and COMMIT as Docker build args to the docker/build-push-action step.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/quay.yml Outdated
Comment thread .github/workflows/quay.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Francesco Giudici <dev@foggy.day>
@fgiudici fgiudici merged commit 19b5966 into main Feb 13, 2026
1 check passed
@fgiudici fgiudici deleted the issue5 branch February 13, 2026 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Release: container image binaries missing version

2 participants